home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Into That Dark Night
/
Into That Dark Night.iso
/
pc
/
YadVashem
/
Database
/
BKSHELF.dxr
/
00007_Click on Arch seealso..ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-03-14
|
331 b
|
13 lines
global gBookShelfList, gCameFrom
on mouseUp
set whatLine to the mouseLine
if (whatLine > 0) and (whatLine <= count(gBookShelfList)) then
set whatItem to getAt(gBookShelfList, whatLine)
set gCameFrom to #pres
showDBItem(whatItem)
set the modal of window "bkshelf" to 0
forget(window "bkshelf")
end if
end